home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Rexx / WinView_reduce4.rexx < prev    next >
OS/2 REXX Batch file  |  1995-07-14  |  421b  |  19 lines

  1. /*
  2. ** Starts WindowView - 25% size of the original Picture
  3. ** ----------------------------------------------------
  4. **
  5. ** PMPro will change -PicManFile- to the filename of the picture
  6. **
  7. ** Example: PMPro generates following Line:
  8. **
  9. ** "run PIC_MANAGER:Tools/WindowView" """RAM:Dummy 1.iff""" "-sreduce4"
  10. **
  11. ** (c) 1995 by J. Schaefer
  12. */
  13. ADDRESS COMMAND
  14. "run PIC_MANAGER:Tools/WinView" ""PicManFile"" "-sreduce4"
  15. EXIT
  16.  
  17.  
  18.  
  19.